home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITNODES / TFRMEDITNODES.txt
Text File  |  2006-04-19  |  4KB  |  166 lines

  1. object frmEditNodes: TfrmEditNodes
  2.   Left = 240
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Objects editor'
  7.   ClientHeight = 284
  8.   ClientWidth = 495
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     495
  20.     284)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnNewNode: TButton
  24.     Left = 398
  25.     Top = 9
  26.     Width = 90
  27.     Height = 22
  28.     HelpContext = 4500
  29.     Caption = '&New node'
  30.     TabOrder = 0
  31.     OnClick = btnNewNodeClick
  32.   end
  33.   object btnDelNode: TButton
  34.     Left = 398
  35.     Top = 37
  36.     Width = 90
  37.     Height = 22
  38.     HelpContext = 4510
  39.     Caption = '&Delete node'
  40.     TabOrder = 1
  41.     OnClick = btnDelNodeClick
  42.   end
  43.   object btnNodeProp: TButton
  44.     Left = 398
  45.     Top = 65
  46.     Width = 90
  47.     Height = 22
  48.     HelpContext = 4520
  49.     Caption = 'Node &properties'
  50.     TabOrder = 2
  51.     OnClick = btnNodePropClick
  52.   end
  53.   object btnAddLeaf: TButton
  54.     Left = 398
  55.     Top = 99
  56.     Width = 90
  57.     Height = 22
  58.     HelpContext = 4530
  59.     Caption = '&Add leaf'
  60.     TabOrder = 3
  61.     OnClick = btnAddLeafClick
  62.   end
  63.   object btnDelLeaf: TButton
  64.     Left = 398
  65.     Top = 127
  66.     Width = 90
  67.     Height = 22
  68.     HelpContext = 4550
  69.     Caption = 'De&lete leaf'
  70.     Enabled = False
  71.     TabOrder = 5
  72.     OnClick = btnDelLeafClick
  73.   end
  74.   object btnClose: TButton
  75.     Left = 398
  76.     Top = 227
  77.     Width = 90
  78.     Height = 22
  79.     HelpContext = 878
  80.     Cancel = True
  81.     Caption = '&Close'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 7
  85.   end
  86.   object btnEditLeaf: TButton
  87.     Left = 398
  88.     Top = 155
  89.     Width = 90
  90.     Height = 22
  91.     HelpContext = 4540
  92.     Caption = '&Edit leaf'
  93.     Enabled = False
  94.     TabOrder = 4
  95.     OnClick = btnEditLeafClick
  96.   end
  97.   object btnReset: TButton
  98.     Left = 398
  99.     Top = 189
  100.     Width = 90
  101.     Height = 22
  102.     HelpContext = 4560
  103.     Caption = 'Reset'
  104.     TabOrder = 6
  105.     OnClick = btnResetClick
  106.   end
  107.   object BtnHelp: TButton
  108.     Left = 398
  109.     Top = 255
  110.     Width = 90
  111.     Height = 22
  112.     HelpContext = 7
  113.     Caption = '&Help'
  114.     TabOrder = 8
  115.     OnClick = BtnHelpClick
  116.   end
  117.   object tlNodesDefs: TcxTreeList
  118.     Left = 10
  119.     Top = 10
  120.     Width = 376
  121.     Height = 266
  122.     Anchors = [akLeft, akTop, akRight, akBottom]
  123.     Bands = <
  124.       item
  125.       end>
  126.     BufferedPaint = False
  127.     Images = frmTop.ilIObjects
  128.     LookAndFeel.Kind = lfStandard
  129.     LookAndFeel.NativeStyle = True
  130.     OptionsBehavior.ImmediateEditor = False
  131.     OptionsData.Deleting = False
  132.     OptionsView.ColumnAutoWidth = True
  133.     TabOrder = 9
  134.     OnEditing = tlNodesDefsEditing
  135.     OnFocusedNodeChanged = tlNodesDefsFocusedNodeChanged
  136.     object colTag: TcxTreeListColumn
  137.       DataBinding.ValueType = 'String'
  138.       Options.Moving = False
  139.       Position.ColIndex = 0
  140.       Position.RowIndex = 0
  141.       Position.BandIndex = 0
  142.     end
  143.     object colAttr: TcxTreeListColumn
  144.       DataBinding.ValueType = 'String'
  145.       Options.Moving = False
  146.       Position.ColIndex = 1
  147.       Position.RowIndex = 0
  148.       Position.BandIndex = 0
  149.     end
  150.     object colValue: TcxTreeListColumn
  151.       DataBinding.ValueType = 'String'
  152.       Options.Moving = False
  153.       Position.ColIndex = 2
  154.       Position.RowIndex = 0
  155.       Position.BandIndex = 0
  156.     end
  157.     object colName: TcxTreeListColumn
  158.       DataBinding.ValueType = 'String'
  159.       Options.Moving = False
  160.       Position.ColIndex = 3
  161.       Position.RowIndex = 0
  162.       Position.BandIndex = 0
  163.     end
  164.   end
  165. end
  166.